{% extends "base.html" %} {% block title %}Book Appointment - AI Legal Assistant{% endblock %} {% block content %}
Back

Book Appointment

Schedule a consultation with {{ lawyer.name }}

{{ lawyer.name }}

{{ lawyer.law_firm_name }}

{{ lawyer.city }} {{ lawyer.rating }}/5 {{ lawyer.experience_years }} years exp PKR {{ "{:,.0f}".format(lawyer.consultation_fee_pkr) }}/consultation
{{ lawyer.specialization }}
Appointment Details
{% if cases %}
{% else %} {% endif %}
Cancel
{% endblock %}